home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / C_WINDW.LZH / TURBOC.BAT < prev    next >
DOS Batch File  |  1988-01-04  |  640b  |  16 lines

  1. REM Ready to install to Turbo C on default disc drive?
  2. PAUSE Press any key to continue, or Ctrl+C to Halt
  3. IF NOT EXIST \turboc\include\stdio.h GOTO ERROR
  4. COPY a:c_wndw.h \turboc\include\c_wndw.h /v
  5. COPY a:c_wndw.tur \turboc\lib\c_wndw.lib /v
  6. copy a:mtest.tur \turboc\mtest.h
  7. copy a:complink.tur \turboc\complink.bat
  8. REM Ready to install the sample programs?
  9. PAUSE Press any key to continue, or Ctrl+C to Halt
  10. MD \turboc\marietta
  11. copy a:*.c \turboc\marietta\*.c
  12. copy a:*.prj \turboc\marietta\*.prj
  13. GOTO END
  14. :ERROR  
  15. REM Could not find library <stdio.h> on default disc
  16. :END